runtime.heapStatsDelta.largeAllocCount (field)

7 uses

	runtime (current package)
		mcache.go#L219: 	atomic.Xadduintptr(&stats.largeAllocCount, 1)
		metrics.go#L93: 				hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
		metrics.go#L391: 	a.totalAllocs = uint64(a.largeAllocCount)
		mstats.go#L569: 	memstats.nmalloc += uint64(consStats.largeAllocCount)
		mstats.go#L708: 	largeAllocCount uintptr                  // number of large object allocations
		mstats.go#L730: 	a.largeAllocCount += b.largeAllocCount